diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1996-11-25 09:36:11 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1996-11-25 09:36:11 +0000 |
commit | 014ad9c25780be23559da3f665c72403933e550e (patch) | |
tree | d70cb3ad8d3352f0253233b5bb102f29e8147096 /deskutils/xmaddressbook/Makefile | |
parent | aargh! how did this happen?? USE_DES is *not* supposed to be on by (diff) |
Import of xmaddressbook.
Closes PR 1527.
Submitted by: Andreas Kohout <shanee@rabbit.augusta.de>
Diffstat (limited to 'deskutils/xmaddressbook/Makefile')
-rw-r--r-- | deskutils/xmaddressbook/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/deskutils/xmaddressbook/Makefile b/deskutils/xmaddressbook/Makefile new file mode 100644 index 000000000000..4d2737ceabe8 --- /dev/null +++ b/deskutils/xmaddressbook/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xmaddressbook +# Version required: 1.5.3 +# Date created: 31 Jul 1996 +# Whom: shanee@rabbit.augusta.de +# +# $Id$ +# + +DISTNAME= xmaddressbook-1.5.3 +CATEGORIES= misc x11 +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= office/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= shanee@rabbit.augusta.de + +REQUIRES_MOTIF= yes +USE_IMAKE= yes +WRKSRC= ${WRKDIR}/xmaddressbook + +.include <bsd.port.mk> |