mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
2d42c48665
- Fix WWW: line PR: 28038 Submitted by: Ports Fury
40 lines
849 B
Makefile
40 lines
849 B
Makefile
# New ports collection makefile for: gperiodic
|
|
# Date created: 16 July 1999
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gperiodic
|
|
PORTVERSION= 1.2.6a
|
|
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
|
|
@${LN} -sf Makefile.in.in ${WRKSRC}/po/Makefile.in
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/man/gperiodic.1 ${MANPREFIX}/man/man1
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${PREFIX}/share/doc/gperiodic
|
|
.for file in AUTHORS ChangeLog README
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gperiodic
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|