1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/graphics/a2png/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

30 lines
643 B
Makefile

# New ports collection makefile for: a2png
# Date created: 07 Oct 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= a2png
PORTVERSION= 0.1.5
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Converts plain ASCII text into PNG bitmap images
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-gd
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>