mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
28 lines
470 B
Makefile
28 lines
470 B
Makefile
|
# New ports collection makefile for: xopps
|
||
|
# Version required: 1.13
|
||
|
# Date created: 1 Ag 1997
|
||
|
# Whom: Pedro Giffuni (orig)
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
DISTNAME= xopps.1.13
|
||
|
PKGNAME= xopps-1.13
|
||
|
CATEGORIES= misc
|
||
|
MASTER_SITES= ftp://devvax.jpl.nasa.gov/pub/xopps/
|
||
|
|
||
|
MAINTAINER= ports@FreeBSD.org
|
||
|
|
||
|
ALL_TARGET=
|
||
|
USE_X11= yes
|
||
|
REQUIRES_MOTIF= yes
|
||
|
MACH= FreeBSD
|
||
|
MAKE_ENV= 'MACH=$(MACH)'
|
||
|
|
||
|
MAN1= xopps.1
|
||
|
|
||
|
pre-patch:
|
||
|
$(CP) $(WRKSRC)/Defines.spr $(WRKSRC)/Defines.$(MACH)
|
||
|
|
||
|
.include <bsd.port.mk>
|