freebsd-ports/graphics/visprint/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

36 lines
784 B
Makefile

# New ports collection makefile for: visprint
# Date created: 11 November 2006
# Whom: stas
#
# $FreeBSD$
#
PORTNAME= visprint
PORTVERSION= 2.1
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.tastyrabbit.net/visprint/download/
MAINTAINER= stas@FreeBSD.org
COMMENT= Creates fractal fingerprint images based on any data
LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lpng
MANCOMPRESSED= yes
PLIST_FILES= bin/visprint
MAN1= visprint.1
do-build:
(cd ${WRKSRC} && ${CC} ${CFLAGS} -c visprint.c)
(cd ${WRKSRC} && ${CC} ${LDFLAGS} visprint.o -o visprint)
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/visprint ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/visprint.1.gz ${PREFIX}/man/man1
.include <bsd.port.mk>