b265b683e7
It is simple, fast, and flexible. PR: ports/29908 Submitted by: Allan Saddi <asaddi@philosophysw.com>
31 lines
586 B
Makefile
31 lines
586 B
Makefile
# New ports collection makefile for: yafic
|
|
# Date created: 20 August 2001
|
|
# Whom: asaddi@philosophysw.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= yafic
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= asaddi@philosophysw.com
|
|
|
|
USE_AUTOMAKE= yes
|
|
USE_GMAKE= yes
|
|
CONFIGURE_ENV= LDFLAGS="-static"
|
|
|
|
MAN1= yafic.1
|
|
MAN5= yafic.conf.5
|
|
|
|
post-install:
|
|
@${MKDIR} ${PREFIX}/share/examples/yafic
|
|
@${CP} ${FILESDIR}/yafic.conf.sample ${PREFIX}/share/examples/yafic
|
|
@${ECHO}
|
|
@${CAT} ${PKGMESSAGE}
|
|
@${ECHO}
|
|
|
|
.include <bsd.port.mk>
|