1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/sysutils/asmem/Makefile
Will Andrews 152cd3d823 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
2000-04-23 05:36:11 +00:00

35 lines
773 B
Makefile

# New ports collection makefile for: asfsm
# Date created: 4 June 1999
# Whom: jack
#
# $FreeBSD$
#
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
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
.include <bsd.port.post.mk>