freebsd-ports/print/bibcursed/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

27 lines
546 B
Makefile

# ex:ts=8
# Ports collection makefile for: bibcursed
# Date created: Aug 11, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= bibcursed
PORTVERSION= 2.0.0
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}
MAKEFILE= Makefile.ncurses
MAN1= bibcursed.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bibcursed ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/bibcursed.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>