mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Turn on the "SAVE_LICENSE" option.
- Give a maintainership to the submitter. PR: 50456 Submitted by: Matt Douhan <mdouhan@wizzy.ath.cx>
This commit is contained in:
parent
5c4dd55822
commit
b182d95a16
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77750
1 changed files with 2 additions and 2 deletions
|
@ -10,9 +10,8 @@ PORTVERSION= 1.2.0
|
||||||
CATEGORIES= net comms
|
CATEGORIES= net comms
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
DISTNAME= rdesktop-1.2.0
|
|
||||||
|
|
||||||
MAINTAINER= ports@freebsd.org
|
MAINTAINER= matt@fruitsalad.org
|
||||||
COMMENT= RDP client for Windows NT Terminal Server
|
COMMENT= RDP client for Windows NT Terminal Server
|
||||||
|
|
||||||
USE_XLIB= yes
|
USE_XLIB= yes
|
||||||
|
@ -20,6 +19,7 @@ USE_GMAKE= yes
|
||||||
USE_OPENSSL= yes
|
USE_OPENSSL= yes
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --prefix=${PREFIX}
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
||||||
|
CFLAGS+= -DSAVE_LICENSE
|
||||||
|
|
||||||
MAN1= rdesktop.1
|
MAN1= rdesktop.1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue