diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-11-10 00:53:10 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-11-10 00:53:10 +0000 |
commit | 5211eb3cac62a6cad62b1b5f913e14067474ae19 (patch) | |
tree | 2ed3c2808cbb926825a30296d5d8fc1104947383 /net/rexx-sock/Makefile | |
parent | 0.9.2 (diff) |
add rexx-sock 1.3
A function package for Rexx programmers to create sockets
Notes
Notes:
svn path=/head/; revision=93608
Diffstat (limited to 'net/rexx-sock/Makefile')
-rw-r--r-- | net/rexx-sock/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/net/rexx-sock/Makefile b/net/rexx-sock/Makefile new file mode 100644 index 000000000000..a2b761a9dcb1 --- /dev/null +++ b/net/rexx-sock/Makefile @@ -0,0 +1,32 @@ +# ex:ts=8 +# Ports collection makefile for: rexx-sock +# Date created: Nov 11, 2003 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= sock +PORTVERSION= 1.3 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= rxsock +PKGNAMEPREFIX= rexx- +DISTNAME= RxSock-${PORTVERSION} + +MAINTAINER= ports@FreeBSD.org +COMMENT= A function package for Rexx programmers to create sockets + +BUILD_DEPENDS= rexx:${PORTSDIR}/lang/rexx-regina +RUN_DEPENDS= rexx:${PORTSDIR}/lang/rexx-regina + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-rexx=regina +USE_GMAKE= yes +INSTALLS_SHLIB= yes +DATADIR= ${PREFIX}/share/rx${PORTNAME} + +post-extract: + @${CHMOD} +x ${WRKSRC}/install-sh + +.include <bsd.port.mk> |