1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/deskutils/xopps/Makefile
Jean Milanez Melo 8a4e94e87e - Remove bad site:
* ftp://ftp.weird.com/pub/mirror/

- Add new mastersite.
2006-07-24 19:20:35 +00:00

32 lines
633 B
Makefile

# New ports collection makefile for: xopps
# Date created: 1 Ag 1997
# Whom: Pedro Giffuni (orig)
#
# $FreeBSD$
#
PORTNAME= xopps
PORTVERSION= 1.13
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_X_PREFIX= yes
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>