summaryrefslogtreecommitdiffstats
path: root/sysutils/asmem/Makefile
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-04-23 05:36:11 +0000
committerwill <will@FreeBSD.org>2000-04-23 05:36:11 +0000
commit7aa56cea6bf1097cbc00159b986f6717806aa33a (patch)
treee39eec7aa2f762a73c8384e8afb4c986749b190f /sysutils/asmem/Makefile
parent6e5dd9c6cf42380b29a9312a4858dd2844f4f531 (diff)
downloadFreeBSD-ports-7aa56cea6bf1097cbc00159b986f6717806aa33a.zip
FreeBSD-ports-7aa56cea6bf1097cbc00159b986f6717806aa33a.tar.gz
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
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 6275b91..a923380 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>
OpenPOWER on IntegriCloud