freebsd-ports/vietnamese/vn7to8/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

34 lines
935 B
Makefile

# ex:ts=8
# Ports collection makefile for: vn7to8
# Date created: Tue Dec 3, 1996
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
# $FreeBSD$
#
# version # is VISCII version supported + .<edit_revision>
PORTNAME= vn7to8
PORTVERSION= 1.1.1
CATEGORIES= vietnamese
MASTER_SITES= ftp://ftp.media.mit.edu/pub/Vietnet/Viscii/Unix/ \
ftp://ftp.monash.edu.au/pub/vietnam/unix/
DISTNAME= vn7to8
EXTRACT_SUFX= .tar.Z
MAINTAINER= obrien@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/libviqr.a:${PORTSDIR}/vietnamese/libviet
CFLAGS+= -I${PREFIX}/include/viet
MAN1= vn7to8.1 vn8to7.1 vn80to81.1
post-extract:
@ ${MV} ${WRKDIR}/lib ${WRKDIR}/DONT.lib
@ ${MV} ${WRKDIR}/include ${WRKDIR}/DONT.include
post-install:
@${INSTALL_MAN} ${FILESDIR}/vn7to8.1 ${PREFIX}/man/man1
@${INSTALL_MAN} ${FILESDIR}/vn80to81.1 ${PREFIX}/man/man1
@${INSTALL_MAN} ${FILESDIR}/vn8to7.1 ${PREFIX}/man/man1
.include <bsd.port.mk>