freebsd-ports/deskutils/xopps/Makefile
Ying-Chieh Liao f2e23d3eef fix mastersite
PR:		38453
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2002-05-23 14:15:57 +00:00

31 lines
573 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= ftp://ftp.weird.com/pub/mirror/ \
http://dl.droso.net/ports/
DISTNAME= ${PORTNAME}.${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
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:
@${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/*.c
.include <bsd.port.mk>