1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/archivers/dact/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

36 lines
787 B
Makefile

# ex:ts=8
# New ports collection makefile for: dact
# Date created: May 2, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= dact
PORTVERSION= 0.8.11
PORTREVISION= 1
CATEGORIES= archivers
MASTER_SITES= http://www.rkeene.org/devel/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= mcrypt.7:${PORTSDIR}/security/libmcrypt
.if !exists(/usr/bin/bzip2)
LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
.endif
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= dact.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dact ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/dact.conf ${PREFIX}/etc
${INSTALL_MAN} ${WRKSRC}/Docs/dact.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>