diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-08-17 18:25:01 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-08-17 18:25:01 +0000 |
commit | b5d798167a2f10c93d62e1f4210d4a38bdac4cf5 (patch) | |
tree | 68ed72e7491c09ca05e0d36303811787027d0dd6 /graphics/jp2a/Makefile | |
parent | 9a76c750684632a41d56e5b81a1e4db4294731d8 (diff) |
Notes
Diffstat (limited to 'graphics/jp2a/Makefile')
-rw-r--r-- | graphics/jp2a/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/graphics/jp2a/Makefile b/graphics/jp2a/Makefile new file mode 100644 index 000000000000..339d95f403f5 --- /dev/null +++ b/graphics/jp2a/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: jp2a +# Date created: 17 August 2006 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= jp2a +PORTVERSION= 1.0.1 +CATEGORIES= graphics +MASTER_SITES= SF + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= Converts JPG images to ASCII + +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ + curl.3:${PORTSDIR}/ftp/curl + +USE_BZIP2= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-jpeg-prefix=${LOCALBASE} --with-curl-config=${LOCALBASE}/bin/curl-config +MAN1= ${PORTNAME}.1 +PLIST_FILES= bin/${PORTNAME} + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin/ + @${INSTALL_MAN} ${WRKSRC}/man/${MAN1} ${MAN1PREFIX}/man/man1/ + +.include <bsd.port.mk> |