summaryrefslogtreecommitdiff
path: root/lang/pm3-forms
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>2000-02-13 23:21:34 +0000
committerJohn Polstra <jdp@FreeBSD.org>2000-02-13 23:21:34 +0000
commit2b26c24e031343316c9d52630364eafc948b87ef (patch)
tree5b1bc31e7b04e5359cdf5b00e4b15c5f9f0c04fc /lang/pm3-forms
parentUse my FreeBSD.org address in the MAINTAINER line. Spell freebsd (diff)
Use my FreeBSD.org address for the MAINTAINER line. Spell freebsd
as "FreeBSD". Fix the depends to work for a.out too. Install copyright notices.
Diffstat (limited to 'lang/pm3-forms')
-rw-r--r--lang/pm3-forms/Makefile14
-rw-r--r--lang/pm3-forms/pkg-plist2
2 files changed, 12 insertions, 4 deletions
diff --git a/lang/pm3-forms/Makefile b/lang/pm3-forms/Makefile
index 131d81e498f9..c67976969b8b 100644
--- a/lang/pm3-forms/Makefile
+++ b/lang/pm3-forms/Makefile
@@ -1,7 +1,7 @@
# New ports collection makefile for: pm3-forms
# Version required: 1.1.13
# Date created: 6 Feb 2000
-# Whom: John Polstra <jdp@freebsd.org>
+# Whom: John Polstra <jdp@FreeBSD.org>
#
# $FreeBSD$
#
@@ -10,10 +10,10 @@ DISTNAME= pm3-forms-${VERSION}
CATEGORIES= lang
DISTFILES=
-MAINTAINER= jdp@freebsd.org
+MAINTAINER= jdp@FreeBSD.org
-BUILD_DEPENDS= ${PREFIX}/lib/m3/${TARGET}/libm3vbtkit.so.${SOVERSION}:${PORTSDIR}/lang/pm3-gui
-RUN_DEPENDS= ${PREFIX}/lib/m3/${TARGET}/libm3vbtkit.so.${SOVERSION}:${PORTSDIR}/lang/pm3-gui
+BUILD_DEPENDS= ${L1}libm3vbtkit${L2}:${PORTSDIR}/lang/pm3-gui
+RUN_DEPENDS= ${L1}libm3vbtkit${L2}:${PORTSDIR}/lang/pm3-gui
DEPENDS= ${PORTSDIR}/lang/pm3-base:configure
DIST_SUBDIR= pm3
@@ -29,6 +29,7 @@ BUILDDIRS= network/www/web \
graphics/forms/formsvbtpixmaps \
graphics/forms/formsvbt \
graphics/forms/formsedit
+L1= ${PREFIX}/lib/m3/${TARGET}/
PROGS= bin/formsedit
SOVERSION= 7
VERSION= 1.1.13
@@ -36,10 +37,12 @@ VERSION= 1.1.13
.include <bsd.port.pre.mk>
.if ${PORTOBJFORMAT} == "aout"
+L2= .so.${SOVERSION}.0
TARGET= FreeBSD2
TARGETDIR= freebsd-2
WORDSIZE= 32
.elif ${ARCH} == "i386"
+L2= .so.${SOVERSION}
.if ${OSVERSION} < 400011
TARGET= FreeBSD3
TARGETDIR= freebsd-3
@@ -53,6 +56,7 @@ WORDSIZE= 32
BROKEN= Not supported on older versions of FreeBSD/Alpha
.endif
CFLAGS+= -mieee
+L2= .so.${SOVERSION}
TARGET= FBSD_ALPHA
TARGETDIR= fbsd-alpha
WORDSIZE= 64
@@ -75,5 +79,7 @@ do-install:
${PREFIX}/bin/m3ship; \
done
@for i in ${PROGS}; do strip ${PREFIX}/$$i; done
+ @${MKDIR} ${PREFIX}/share/pm3-forms
+ @${INSTALL_DATA} ${WRKSRC}/src/COPYRIGHT ${PREFIX}/share/pm3-forms
.include <bsd.port.post.mk>
diff --git a/lang/pm3-forms/pkg-plist b/lang/pm3-forms/pkg-plist
index b4923b661347..a8508456b6bf 100644
--- a/lang/pm3-forms/pkg-plist
+++ b/lang/pm3-forms/pkg-plist
@@ -165,6 +165,8 @@ lib/m3/pkg/web/%%TARGET%%/libweb.a
lib/m3/pkg/web/%%TARGET%%/libweb.m3x
lib/m3/pkg/web/%%TARGET%%/libweb.so
lib/m3/pkg/web/src/Web.i3
+share/pm3-forms/COPYRIGHT
+@dirrm share/pm3-forms
@dirrm lib/m3/pkg/web/src
@dirrm lib/m3/pkg/web/%%TARGET%%
@dirrm lib/m3/pkg/web