1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/deskutils/xopps/Makefile
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00

32 lines
631 B
Makefile

# New ports collection makefile for: xopps
# Date created: 1 Ag 1997
# Whom: Pedro Giffuni (orig)
#
# $FreeBSD$
#
PORTNAME= xopps
PORTVERSION= 1.13
PORTREVISION= 2
CATEGORIES= deskutils
MASTER_SITES= http://cvsup.theplanet.com/distfiles/ \
http://dl.droso.net/ports/
DISTNAME= ${PORTNAME}.${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A tool which lets you draw Gantt charts
ALL_TARGET=
USE_MOTIF= yes
MAKE_ENV= 'MACH=${OPSYS}'
MAN1= xopps.1
post-extract:
@${CP} ${WRKSRC}/Defines.spr ${WRKSRC}/Defines.${OPSYS}
post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/*.c
.include <bsd.port.mk>