1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/x11-toolkits/open-motif/Makefile
Satoshi Asami 8c1582f41c Define NO_MTREE since these ports install with PREFIX=/ (the
binary packages already have the "/usr/X11R6" part).

Also, define DISTNAME instead of DISTFALES open-motif-devel/Makefile
so it will actually work.
2000-06-07 07:08:56 +00:00

51 lines
1.3 KiB
Makefile

# ex:ts=8
# New ports collection makefile for: motif
# Date created: 5 December 1994
# Whom: asami
#
# $FreeBSD$
#
PORTNAME= open-motif
PORTVERSION= 2.1.30
CATEGORIES= x11-toolkits
MASTER_SITES= ftp://openmotif.opengroup.org/pub/openmotif/R2.1.30/binaries/metrolink/ \
ftp://ftp.opengroup.org/pub/openmotif/R2.1.30/binaries/metrolink/ \
ftp://ftp.isca.uiowa.edu/pub/mirrors/openmotif/binaries/metrolink/ \
ftp://ftp.kddlabs.co.jp/X11/openmotif/binaries/metrolink/
DISTNAME= openmotif-${PORTVERSION}-1_MLI
EXTRACT_SUFX= .tgz
MAINTAINER= obrien@FreeBSD.org
ONLY_FOR_ARCHS= i386
PREFIX?= / # will install into ${PREFIX}/usr/X11R6
NO_MTREE= yes
USE_X_PREFIX= yes
NO_WRKSUBDIR= yes
EXTRACT_ONLY= # don't exact the tarball
NO_BUILD= binary distrubition
NO_PKG_REGISTER=do-install: target will take care of this
do-install:
@pkg_add -f -p ${PREFIX} ${DISTDIR}/${DISTFILES}
@${MV} -v ${PKG_DBDIR}/${DISTNAME} ${PKG_DBDIR}/${PKGNAME}
# shouldn't this be covered by "NO_PKG_REGISTER" ??
generate-plist:
@${DO_NADA}
do-package:
@${ECHO_MSG} "===> Building package for ${PKGNAME}"
@if [ -d ${PACKAGES} ]; then \
if [ ! -d ${PKGREPOSITORY} ]; then \
if ! ${MKDIR} ${PKGREPOSITORY}; then \
${ECHO_MSG} ">> Can't create directory ${PKGREPOSITORY}."; \
exit 1; \
fi; \
fi; \
fi
@${CP} -p ${DISTDIR}/${DISTFILES} ${PKGFILE}
.include <bsd.port.mk>