openbsd-ports/converters/ppmtoTbmp/Makefile
espie 2314c85f45 convert to new style depends
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.

No package changes
2010-11-15 00:22:45 +00:00

33 lines
720 B
Makefile

# $OpenBSD: Makefile,v 1.11 2010/11/15 00:22:50 espie Exp $
COMMENT= PPM to Pilot bitmap converter
DISTNAME= ppmtoTbmp-1.1
REVISION= 1
CATEGORIES= converters graphics
HOMEPAGE= http://www.isaac.cs.berkeley.edu/pilot/
MAINTAINER= Josh Rivel <dorqus@bsdfreek.com>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m netpbm
MASTER_SITES= ${HOMEPAGE}
MAKE_FLAGS= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LDLIBS="-L${LOCALBASE}/lib -lnetpbm -lm"
LIB_DEPENDS= graphics/netpbm
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/Tbmptopnm ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKBUILD}/ppmtoTbmp ${PREFIX}/bin
REGRESS_TARGET= test
.include <bsd.port.mk>