1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/x11-toolkits/linux-f8-openmotif/Makefile
Erwin Lansing 74cb9eff53 Deprecate md5 in favour of sha256 checksums. md5 checksums will no longer
be generated or checked, and will be silently ignored for now.  Also,
generalize the MD5_FILE macro to DISTINFO_FILO.

PR:		149657
Submitted by:	rene
Approved by:	portmgr
Tested on:	pointyhat i386 7-exp
2010-10-28 21:00:21 +00:00

36 lines
933 B
Makefile

# New ports collection makefile for: linux-openmotif
# Date created: 2001-09-24
# Whom: Christian Weisgerber <naddy@mips.inka.de>
#
# $FreeBSD$
PORTNAME= openmotif
PORTVERSION= 2.3.2
PORTREVISION= 1
CATEGORIES= x11-toolkits linux
MASTER_SITES= ftp://ftp.motifzone.com/%SUBDIR%/ \
ftp://ftp.ics.com/openmotif/%SUBDIR%/
MASTER_SITE_SUBDIR= 2.3/${PORTVERSION}
PKGNAMEPREFIX= linux-f8-
EXTRACT_SUFX= -1.fc8.i386.rpm
DIST_SUBDIR= rpm
MAINTAINER= freebsd-emulation@FreeBSD.org
COMMENT= Motif toolkit Linux libraries
CONFLICTS= linux-openmotif-[0-9]* linux-f10-openmotif-[0-9]*
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX_RPM= yes
USE_LINUX_APPS= xorglibs
LINUX_DIST_VER= 8
USE_LDCONFIG= yes
SRC_DISTFILES=
DISTINFO_FILE= ${MASTERDIR}/distinfo.i386
post-extract:
@${RM} -r ${WRKSRC}/etc ${WRKSRC}/usr/bin ${WRKSRC}/usr/include \
${WRKSRC}/usr/share ${WRKSRC}/usr/lib/X11
.include <bsd.port.mk>