diff options
author | tg <tg@FreeBSD.org> | 1997-07-31 16:18:37 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-07-31 16:18:37 +0800 |
commit | 09cf7d0ce275517b830d5fad73b7499376e7e089 (patch) | |
tree | b5c8309ba9ef10370e0f23346ea2920632e3e1ed /deskutils/xopps/Makefile | |
parent | 51ebb8723aa3ce981c901949b164920d14a79083 (diff) | |
download | freebsd-ports-gnome-09cf7d0ce275517b830d5fad73b7499376e7e089.tar.gz freebsd-ports-gnome-09cf7d0ce275517b830d5fad73b7499376e7e089.tar.zst freebsd-ports-gnome-09cf7d0ce275517b830d5fad73b7499376e7e089.zip |
Import of xopps port. xopps is a project planner tool.
PR: 4185
Submitted by: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
Diffstat (limited to 'deskutils/xopps/Makefile')
-rw-r--r-- | deskutils/xopps/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/deskutils/xopps/Makefile b/deskutils/xopps/Makefile new file mode 100644 index 000000000000..88db384a6b2d --- /dev/null +++ b/deskutils/xopps/Makefile @@ -0,0 +1,27 @@ +# 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> |