1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/graphics/qiv/Makefile
1999-04-22 07:42:49 +00:00

36 lines
867 B
Makefile

# New ports collection makefile for: qiv
# Version required: 1.0
# Date created: 25 December 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
# $Id: Makefile,v 1.2 1999/01/27 22:11:13 billf Exp $
#
DISTNAME= qiv-1.0
CATEGORIES= graphics
MASTER_SITES= http://www.klografx.de/software/files/ \
ftp://ftp.klografx.de/pub/ \
http://www.idnet.de/~AdamK/
EXTRACT_SUFX= .tgz
MAINTAINER= billf@FreeBSD.org
LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12
BUILD_DEPENDS= imlib-config:${PORTSDIR}/graphics/imlib
USE_X_PREFIX= yes
MAN1= qiv.1
post-patch:
@ ${MV} ${WRKSRC}/qiv.1 ${WRKSRC}/qiv.1.pre_sed
@ ${SED} -e 's#\/usr\/bin#${PREFIX}/bin#g' \
${WRKSRC}/qiv.1.pre_sed > ${WRKSRC}/qiv.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/qiv ${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/qiv.1 ${PREFIX}/man/man1/
.include <bsd.port.mk>