diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-10-03 06:51:55 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-10-03 06:51:55 +0000 |
commit | f8594be75e3556957e7df174c813a74e5558bb6e (patch) | |
tree | c0bc2866fb46972a9c7824e860752e89d23399ea | |
parent | Makefile cleanup. Add "/sbin/" to ldconfig command lines in Makefile (diff) |
Cleanup. Reorder things according to standard, change
"PREFIX=/usr/X11R6" to "USE_X11=yes".
-rw-r--r-- | mail/xfmail/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile index eb733bacf780..93ec75ee70df 100644 --- a/mail/xfmail/Makefile +++ b/mail/xfmail/Makefile @@ -3,21 +3,21 @@ # Date created: 01 October 1995 # Whom: gena # -# $Id: $ +# $Id: Makefile,v 1.1.1.1 1995/10/03 01:20:06 jkh Exp $ # DISTNAME= xfmail -PKGNAME= xfmail-0.3-beta +PKGNAME= xfmail-0.3b CATEGORIES+= mail x11 MASTER_SITES= ftp://burka.netvision.net.il/pub/xfmail/work/ -WRKSRC= ${WRKDIR}/xfmail/ui + +MAINTAINER= gena@NetVision.net.il LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ forms\\.0\\.:${PORTSDIR}/x11/xforms -PREFIX= /usr/X11R6 - -MAINTAINER= gena@NetVision.net.il +USE_X11= yes +WRKSRC= ${WRKDIR}/xfmail/ui pre-configure: @(cd ${WRKSRC} ; cp Makefile.FreeBSD Makefile) |