And put it together
This commit is contained in:
parent
b2cf28928d
commit
90e5874a90
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2001/03/13 04:19:08 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2001/04/10 20:01:29 espie Exp $
|
||||
|
||||
VERSION= 2.1.30
|
||||
DISTNAME= motif
|
||||
@ -12,8 +12,10 @@ MASTER_SITES= ftp://ftp.opengroup.org/pub/openmotif/R${VERSION}/tars/ \
|
||||
MASTER_SITES0= ftp://ftp.opengroup.org/pub/openmotif/R${VERSION}/fixes/ \
|
||||
ftp://openmotif.opengroup.org/pub/openmotif/R${VERSION}/fixes/ \
|
||||
ftp://ftp.kddlabs.co.jp/X11/openmotif/R${VERSION}/fixes/
|
||||
DISTFILES= openmotif${VERSION}.tar.gz
|
||||
MASTER_SITES1= http://www.opengroup.org/openmotif/license/
|
||||
DISTFILES= openmotif${VERSION}.tar.gz index.html:1
|
||||
DIST_SUBDIR= openmotif
|
||||
EXTRACT_ONLY= openmotif${VERSION}.tar.gz
|
||||
|
||||
PATCHFILES= patch1:0 patch2:0 patch3:0 patch4:0 patch5:0
|
||||
PATCH_DIST_STRIP= -p1
|
||||
@ -22,8 +24,8 @@ HOMEPAGE= http://www.opengroup.org/openmotif/
|
||||
|
||||
MAINTAINER= Sungman Cho <smcho@tsp.korea.ac.kr>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Unclear
|
||||
PERMIT_DISTFILES_CDROM= Unclear
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
@ -75,6 +77,15 @@ post-patch:
|
||||
ln -s ${X11BASE}/$$i $$i; \
|
||||
done
|
||||
|
||||
DOCS=BUGREPORT CLOSEDBUGS COPYRIGHT.MOTIF OPENBUGS README RELEASE RELNOTES
|
||||
DOCDIR=${PREFIX}/share/doc/openmotif
|
||||
|
||||
post-install:
|
||||
@${INSTALL_DATA_DIR} ${DOCDIR}
|
||||
@${INSTALL_DATA} ${FULLDISTDIR}/index.html ${DOCDIR}/LICENSE.html
|
||||
@for i in ${DOCS}; do ${INSTALL_DATA} ${WRKSRC}/$$i ${DOCDIR}; done
|
||||
@${INSTALL_DATA} ${FILESDIR}/README.OpenBSD ${DOCDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
.if ${SUBPACKAGE} == "-demos" || ${SUBPACKAGE} == "-debuglibs"
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2001/01/03 00:02:58 matt Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2001/04/10 20:01:30 espie Exp $
|
||||
@pkgcfl lesstif-*
|
||||
bin/mwm
|
||||
bin/uil
|
||||
@ -792,7 +792,17 @@ man/man5/Traits.5
|
||||
man/man5/UIL.5
|
||||
man/man5/WML.5
|
||||
man/man5/mwmrc.5
|
||||
share/doc/openmotif/BUGREPORT
|
||||
share/doc/openmotif/CLOSEDBUGS
|
||||
share/doc/openmotif/COPYRIGHT.MOTIF
|
||||
share/doc/openmotif/LICENSE.html
|
||||
share/doc/openmotif/OPENBUGS
|
||||
share/doc/openmotif/README
|
||||
share/doc/openmotif/README.OpenBSD
|
||||
share/doc/openmotif/RELEASE
|
||||
share/doc/openmotif/RELNOTES
|
||||
%%SHARED%%
|
||||
@dirrm share/doc/openmotif
|
||||
@dirrm lib/X11/bindings
|
||||
@dirrm lib/X11/config
|
||||
@dirrm include/uil
|
||||
|
Loading…
Reference in New Issue
Block a user