diff options
Diffstat (limited to 'x11/aterm/Makefile')
-rw-r--r-- | x11/aterm/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/x11/aterm/Makefile b/x11/aterm/Makefile new file mode 100644 index 000000000000..4b43e619a790 --- /dev/null +++ b/x11/aterm/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: aterm +# Version required: 0.3.2 +# Date created: 17 January 1999 +# Whom: Jim Mock <jim@phrantic.phear.net> +# +# $Id$ +# + +DISTNAME= aterm-0.3.2 +CATEGORIES= x11 +MASTER_SITES= http://www.tigr.net/afterstep/as-apps/download/aterm/ + +MAINTAINER= jim@phrantic.phear.net + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-transparency --enable-background-image \ + --disable-delete-key --disable-backspace-key +MAN1= aterm.1 + +do-build: + (cd ${WRKSRC} && make) + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/aterm ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/doc/aterm.1 ${PREFIX}/man/man1/aterm.1 + +.include <bsd.port.mk> |