mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
5a136a637d
people building packages, i.e., jseger/obrien and me), and is not for ports Makefile's uses.
28 lines
519 B
Makefile
28 lines
519 B
Makefile
# New ports collection makefile for: xopps
|
|
# Version required: 1.13
|
|
# Date created: 1 Ag 1997
|
|
# Whom: Pedro Giffuni (orig)
|
|
#
|
|
# $Id: Makefile,v 1.2 1998/02/22 14:58:36 andreas Exp $
|
|
#
|
|
|
|
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>
|