3e1c5c9fe6
PR: 23756 Submitted by: Ports Fury
39 lines
794 B
Makefile
39 lines
794 B
Makefile
# New ports collection makefile for: gperiodic
|
|
# Date created: 16 July 1999
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gperiodic
|
|
PORTVERSION= 1.2.6
|
|
CATEGORIES= biology
|
|
MASTER_SITES= ftp://ftp.seul.org/pub/gperiodic/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GTK= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
MAN1= gperiodic.1
|
|
|
|
post-extract:
|
|
@${RM} -f ${WRKSRC}/config.cache
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/man/gperiodic.1 ${MANPREFIX}/man/man1
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${PREFIX}/share/doc/gperiodic
|
|
.for file in AUTHORS Changes README
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gperiodic
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|