2007-05-15 17:40:01 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2007/05/15 21:40:01 martynas Exp $
|
2001-03-01 16:28:02 -05:00
|
|
|
|
2006-07-01 14:27:47 -04:00
|
|
|
VERSION= 2006-05-10
|
2006-08-15 02:47:38 -04:00
|
|
|
PKGNAME= xemacs-sumo-21.${VERSION:S/-//g}p0
|
2002-09-21 07:38:52 -04:00
|
|
|
DISTFILES= xemacs-sumo-${VERSION}${EXTRACT_SUFX}
|
|
|
|
SUP_mule= xemacs-mule-sumo-${VERSION}${EXTRACT_SUFX}
|
|
|
|
SUPDISTFILES= ${SUP_mule}
|
2001-03-01 16:28:02 -05:00
|
|
|
|
|
|
|
CATEGORIES= editors
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.xemacs.org/
|
|
|
|
|
2001-04-18 19:33:52 -04:00
|
|
|
COMMENT= "complete set of supported XEmacs packages"
|
2001-03-01 16:28:02 -05:00
|
|
|
|
|
|
|
# GNU GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= ftp://ftp.xemacs.org/pub/xemacs/packages/ \
|
|
|
|
ftp://ftp.oleane.net/pub/xemacs/packages/ \
|
|
|
|
ftp://ftp.pasteur.fr/pub/computing/xemacs/packages/ \
|
|
|
|
ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/packages/ \
|
2005-11-03 10:55:07 -05:00
|
|
|
ftp://ftp.lab.kdd.co.jp/xemacs/packages/
|
2001-03-01 16:28:02 -05:00
|
|
|
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
|
|
|
2005-11-03 10:55:07 -05:00
|
|
|
MULE= mule
|
|
|
|
SUBST_VARS= MULE
|
|
|
|
|
2001-03-01 16:28:02 -05:00
|
|
|
FLAVORS=mule
|
|
|
|
FLAVOR?=
|
|
|
|
|
|
|
|
.if ${FLAVOR:L:Mmule}
|
2005-11-03 10:55:07 -05:00
|
|
|
DISTFILES+= ${SUP_mule}
|
2001-03-01 16:28:02 -05:00
|
|
|
.endif
|
|
|
|
|
|
|
|
EXTRACT_ONLY=
|
2005-11-03 10:55:07 -05:00
|
|
|
NO_BUILD= Yes
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
|
|
|
GUNZIP_CMD= /usr/bin/gunzip -dc
|
2001-03-01 16:28:02 -05:00
|
|
|
|
|
|
|
do-install:
|
2002-06-16 20:33:29 -04:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/lib/xemacs
|
2001-03-01 16:28:02 -05:00
|
|
|
.for archive in ${DISTFILES}
|
2005-11-03 10:55:07 -05:00
|
|
|
${GUNZIP_CMD} ${FULLDISTDIR}/${archive} \
|
|
|
|
| ${TAR} -C ${PREFIX}/lib/xemacs -xf -
|
2001-03-01 16:28:02 -05:00
|
|
|
.endfor
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|