summaryrefslogtreecommitdiff
path: root/sysutils/asmem/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-04-23 05:36:11 +0000
committerWill Andrews <will@FreeBSD.org>2000-04-23 05:36:11 +0000
commit152cd3d8232803400e009d09744473c0778daded (patch)
tree7401ac62f13a859951308476fdf26a2cc59c00e0 /sysutils/asmem/Makefile
parentDo away with the old pyqt/pykde ports in favor of py-qt/py-kde. (diff)
Update to 1.6. Set this port BROKEN on 4.0+; I confirmed that bento is
correct in that sys/rlist.h is not on 4.0+. If some kind soul would like to fix this, that'd be nice. This update also fixes CFLAGS ignorance. PR: 16692 Not objected to by: maintainer
Notes
Notes: svn path=/head/; revision=27917
Diffstat (limited to 'sysutils/asmem/Makefile')
-rw-r--r--sysutils/asmem/Makefile30
1 files changed, 15 insertions, 15 deletions
diff --git a/sysutils/asmem/Makefile b/sysutils/asmem/Makefile
index 6275b91d5deb..a923380f3201 100644
--- a/sysutils/asmem/Makefile
+++ b/sysutils/asmem/Makefile
@@ -5,30 +5,30 @@
# $FreeBSD$
#
-PORTNAME= asmem
-PORTVERSION= 1.5
-CATEGORIES= sysutils afterstep
-MASTER_SITES= ftp://ftp.afterstep.org/apps/asmem/ \
- http://www.bewoner.dma.be/Albert/software/
+PORTNAME= asmem
+PORTVERSION= 1.6
+CATEGORIES= sysutils afterstep
+MASTER_SITES= ${MASTER_SITE_AFTERSTEP} \
+ http://www.bewoner.dma.be/Albert/software/
+MASTER_SITE_SUBDIR= apps/asmem
MAINTAINER= jack@germanium.xtalwind.net
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
-.include <bsd.port.pre.mk>
-#.if ${OSVERSION} >= 400000
-#BROKEN= "Sorry, asmem doesn't compile on 4.0+"
-#.endif
-
USE_X_PREFIX= yes
-
MAKEFILE= Makefile.UNIX
-
MAN1= asmem.1
+MAKE_ENV+= PCFLAGS="${CFLAGS}"
+
+.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 400000
+BROKEN= "missing sys/rlist.h on 4.0 and later"
+.endif
do-install:
- ${INSTALL_MAN} ${WRKSRC}/asmem.man ${PREFIX}/man/man1/asmem.1
- ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} \
- -g kmem -m 2755 ${WRKSRC}/asmem ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/asmem.man ${PREFIX}/man/man1/asmem.1
+ ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} \
+ -g kmem -m 2755 ${WRKSRC}/asmem ${PREFIX}/bin
.include <bsd.port.post.mk>