1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Clean up Makefiles.

This commit is contained in:
Adam Weinberger 2014-07-17 12:26:20 +00:00
parent 0ff10708dd
commit 8c6dd4d1dc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362140
4 changed files with 34 additions and 34 deletions

View File

@ -1,30 +1,31 @@
# Created by: Murray Stokely <murray@cdrom.com>
# $FreeBSD$
PORTNAME= nasm
PORTNAME= nasm
PORTVERSION= 2.11.05
PORTEPOCH= 1
CATEGORIES= devel lang
PORTEPOCH= 1
CATEGORIES= devel lang
MASTER_SITES= http://www.nasm.us/pub/nasm/releasebuilds/${PORTVERSION}/
MAINTAINER= adamw@FreeBSD.org
COMMENT= General-purpose multi-platform x86 and amd64 assembler
MAINTAINER= adamw@FreeBSD.org
COMMENT= General-purpose multi-platform x86 and amd64 assembler
LICENSE= BSD2CLAUSE
LICENSE= BSD2CLAUSE
GNU_CONFIGURE= yes
USES= tar:xz gmake
MAKE_ARGS+= INSTALLROOT=${STAGEDIR}
USES= tar:xz gmake
MAKE_ARGS+= INSTALLROOT=${STAGEDIR}
INSTALL_TARGET= install #needed for RDOFF_INSTALL_TARGET
OPTIONS_DEFINE= RDOFF DOCS
OPTIONS_DEFAULT=RDOFF
OPTIONS_SUB= yes
RDOFF_DESC= Install tools to handle RDOFF object files
RDOFF_INSTALL_TARGET= install install_rdf
RDOFF_INSTALL_TARGET= install_rdf
DOCS_DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-xdoc${EXTRACT_SUFX}
PORTDOCS= *
PORTDOCS= *
.include <bsd.port.options.mk>

View File

@ -1,16 +1,16 @@
# Created by: Alfred Perlstein <alfred@FreeBSD.org>
# $FreeBSD$
PORTNAME= insub
PORTNAME= insub
PORTVERSION= 16.0
CATEGORIES= irc
CATEGORIES= irc
MASTER_SITES= http://github.com/cjones/${PORTNAME}/archive/${DISTNAME}.tar.gz?dummy=/
MAINTAINER= adamw@FreeBSD.org
COMMENT= Some scripts for expressing how you feel on IRC and the web
MAINTAINER= adamw@FreeBSD.org
COMMENT= Some scripts for expressing how you feel on IRC and the web
RUN_DEPENDS= cowsay:${PORTSDIR}/games/cowsay \
figlet:${PORTSDIR}/misc/figlet
figlet:${PORTSDIR}/misc/figlet
USES= perl5
USE_PERL5= run
@ -18,7 +18,7 @@ USE_PYTHON= 2.5+
OPTIONS_DEFINE= COWS
OPTIONS_DEFAULT=COWS
COWS_DESC= Install a collection of cowsay(1) cows
COWS_DESC= Install a collection of cowsay(1) cows
OPTIONS_SUB= yes
NO_BUILD= yes

View File

@ -1,28 +1,27 @@
# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
PORTNAME= squirrelmail-translations
PORTNAME= squirrelmail-translations
PORTVERSION= 20140420
CATEGORIES= mail www
CATEGORIES= mail www
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= adamw/squirrelmail
DISTNAME= squirrelmail-${PORTVERSION}_0200-SVN.locales
DISTNAME= squirrelmail-${PORTVERSION}_0200-SVN.locales
DIST_SUBDIR= squirrelmail
MAINTAINER= adamw@FreeBSD.org
COMMENT= NLS translations for Squirrelmail (mail/squirrelmail)
MAINTAINER= adamw@FreeBSD.org
COMMENT= NLS translations for Squirrelmail (mail/squirrelmail)
LICENSE= GPLv2
LICENSE= GPLv2
RUN_DEPENDS= ${SQUIRRELDIR}/index.php:${PORTSDIR}/mail/squirrelmail
USES= tar:bzip2 gettext
WRKSRC= ${WRKDIR}/squirrelmail.locales
USES= tar:bzip2 gettext
WRKSRC= ${WRKDIR}/squirrelmail.locales
# if you were using WITHOUT_WWWDIR, use SQUIRRELDIR=${PREFIX}/squirrelmail
SQUIRRELDIR?= ${PREFIX}/www/squirrelmail
PLIST_SUB= SQUIRRELDIR="${SQUIRRELDIR:S,^${PREFIX}/,,}"
PLIST_SUB= SQUIRRELDIR="${SQUIRRELDIR:S,^${PREFIX}/,,}"
do-build:
# The en_US help files are included with the main tarball

View File

@ -44,24 +44,24 @@ USES+= perl5
USE_PERL5+= install
.endif
NO_BUILD= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
USE_PHP?= yes
USE_PHP?= yes
WANT_PHP_WEB= yes
SQUIRREL_PLUGIN_NAME?= ${PORTNAME}
PLIST_SUB+= SQUIRREL_PLUGIN_NAME=${SQUIRREL_PLUGIN_NAME}
SUB_LIST+= SQUIRREL_PLUGIN_NAME=${SQUIRREL_PLUGIN_NAME}
SUB_LIST+= SQUIRREL_PLUGIN_NAME=${SQUIRREL_PLUGIN_NAME}
# As with mail/squirreldir, if you were using WITHOUT_WWWDIR=yes,
# set SQUIRRELDIR=${PREFIX}/squirrelmail
SQUIRRELDIR?= ${PREFIX}/www/squirrelmail
PLIST_SUB+= SQUIRRELDIR=${SQUIRRELDIR:S,${PREFIX}/,,}
SUB_LIST+= SQUIRRELDIR=${SQUIRRELDIR}
SQUIRRELDIR?= ${PREFIX}/www/squirrelmail
PLIST_SUB+= SQUIRRELDIR=${SQUIRRELDIR:S,${PREFIX}/,,}
SUB_LIST+= SQUIRRELDIR=${SQUIRRELDIR}
SQUIRREL_PLUGIN_CONFIG?= config.php
PLIST_SUB+= SQUIRREL_PLUGIN_CONFIG=${SQUIRREL_PLUGIN_CONFIG}
SUB_LIST+= SQUIRREL_PLUGIN_CONFIG=${SQUIRREL_PLUGIN_CONFIG}
PLIST_SUB+= SQUIRREL_PLUGIN_CONFIG=${SQUIRREL_PLUGIN_CONFIG}
SUB_LIST+= SQUIRREL_PLUGIN_CONFIG=${SQUIRREL_PLUGIN_CONFIG}
.if defined(USE_GENERIC_PKGMESSAGE)
# NOTE: we have to change FILESDIR to make this work...