aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/asmem/Makefile
blob: b2dfd0433a4ca6d7c504c8a48be1d6fbdd5a14c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for:    asfsm
# Version required: asmem-1.2
# Date created:     4 June 1999
# Whom:             jack
#
# $Id: Makefile,v 1.2 1999/08/21 18:45:56 fenner Exp $

DISTNAME=   asmem-1.3
CATEGORIES= sysutils afterstep
MASTER_SITES=   ftp://ftp.afterstep.org/apps/asmem/ \
        http://www.bewoner.dma.be/Albert/software/

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

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>