mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-08 02:15:08 +00:00
d9354f1711
- Remove devel/gpasm - Update devel/gputils to 0.10.3 PR: ports/34107 Submitted by: Samuel Tardieu <sam@inf.enst.fr> (MAINTAINER)
29 lines
539 B
Makefile
29 lines
539 B
Makefile
# New ports collection makefile for: gputils
|
|
# Date created: 21 Jan 2002
|
|
# Whom: Samuel Tardieu <sam@inf.enst.fr>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gputils
|
|
PORTVERSION= 0.10.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= sam@inf.enst.fr
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= gpasm.1 gpdasm.1 gputils.1 gpvc.1
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
.for ext in ps pdf lyx
|
|
@${INSTALL_DATA} ${WRKSRC}/doc/gputils.${ext} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|