1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/biology/gperiodic/Makefile
Mario Sergio Fujikawa Ferreira 5dec55380d Deploy USE_GNOMENG infrastructure
PR:		42187
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-08-30 12:59:40 +00:00

39 lines
807 B
Makefile

# New ports collection makefile for: gperiodic
# Date created: 16 July 1999
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= gperiodic
PORTVERSION= 1.3.3
CATEGORIES= biology
MASTER_SITES= ftp://ftp.seul.org/pub/gperiodic/ \
http://www.unixpages.org/distfiles/
MAINTAINER= chris@unixpages.org
USE_X_PREFIX= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
MAN1= gperiodic.1
post-extract:
@${LN} -sf Makefile.in.in ${WRKSRC}/po/Makefile.in
post-install:
${INSTALL_MAN} ${WRKSRC}/man/gperiodic.1 ${MANPREFIX}/man/man1
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in AUTHORS ChangeLog README
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>