1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/german/digibux/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

31 lines
726 B
Makefile

# New ports collection makefile for: digibux
# Date created: 16 Dec 2006
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PORTNAME= digibux
PORTVERSION= 1.0.4
PORTREVISION= 1
CATEGORIES= german gnustep
MASTER_SITES= http://gnu.ethz.ch/repository/digibux/
DISTNAME= digibux_${PORTVERSION}+CVS20060118.orig
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Reader for editions of Digitale Bibliothek
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
WRKSRC= ${WRKDIR}/digibux-${PORTVERSION}+CVS20060118
post-patch:
${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
${WRKSRC}/GNUmakefile
.include <bsd.port.mk>