mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
bc35967261
PR: ports/38307 Submitted by: maintainer
36 lines
814 B
Makefile
36 lines
814 B
Makefile
# New ports collection makefile for: rdesktop
|
|
# Date created: 13 December 2000
|
|
# Whom: mwest@uct.ac.za
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rdesktop
|
|
PORTVERSION= 1.1.0.p19.9.0
|
|
CATEGORIES= net comms
|
|
MASTER_SITES= http://bibl4.oru.se/projects/rdesktop/dist/releases/
|
|
DISTNAME= rdesktop-1.1.0
|
|
|
|
PATCH_SITES= http://bibl4.oru.se/projects/rdesktop/ \
|
|
http://bibl4.oru.se/projects/rdesktop/patch19/
|
|
PATCHFILES= rdesktop-unified-patch19-9-0.bz2
|
|
PATCH_DIST_STRIP= -p2
|
|
|
|
MAINTAINER= chris@aims.com.au
|
|
|
|
USE_XLIB= yes
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_OPENSSL= yes
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-openssl --enable-final
|
|
|
|
MAN1= rdesktop.1
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/rdesktop ${PREFIX}/bin
|
|
@${INSTALL_MAN} ${WRKSRC}/rdesktop.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|