aboutsummaryrefslogtreecommitdiff
path: root/devel/gputils/Makefile
blob: b414f54afd3236a6ce0fc3474c62ee8e5eee39a2 (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
# New ports collection makefile for:	gpasm
# Date created:				4 Aug 2000
# Whom:					Samuel Tardieu <sam@inf.enst.fr>
#
# $FreeBSD$
#

PORTNAME=	gpasm
PORTVERSION=	0.8.10
CATEGORIES=	devel
MASTER_SITES=	http://gpasm.sourceforge.net/

MAINTAINER=	sam@inf.enst.fr

GNU_CONFIGURE=	yes
MAKE_ARGS=	DATADIR=${PREFIX}/share/gpasm

.if !defined(NOPORTDOCS)
post-install:
	${MKDIR} ${PREFIX}/share/doc/gpasm
	${INSTALL_DATA} ${WRKSRC}/doc/gpasm.ps ${PREFIX}/share/doc/gpasm
.endif

.include <bsd.port.mk>