diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-08 01:08:13 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-08 01:08:13 +0800 |
commit | 583ca691561b7694385a3609d9a75852ef88609f (patch) | |
tree | 311f7af88a51fde8c812bf534446ae4d53b06dd2 /astro/luna | |
parent | 01586cc2cd8a893e9fb607884b766059ae2a287d (diff) | |
download | freebsd-ports-gnome-583ca691561b7694385a3609d9a75852ef88609f.tar.gz freebsd-ports-gnome-583ca691561b7694385a3609d9a75852ef88609f.tar.zst freebsd-ports-gnome-583ca691561b7694385a3609d9a75852ef88609f.zip |
- Add new knob USE_LHA [1]
- Convert few ports to USE_LHA [1]
- Revert r303619 since CONFIGURE_ENV already sets CPPFLAGS and LDFLAGS by default. [2]
PR: 176187 [1]
174790 [2]
Submitted by: Christoph Mallon <christoph.mallon@gmx.de> [1]
Gerald Pfeifer <gerald@pfeifer.com> [2]
Diffstat (limited to 'astro/luna')
-rw-r--r-- | astro/luna/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/astro/luna/Makefile b/astro/luna/Makefile index 53a5455494ac..c1a41146a1bd 100644 --- a/astro/luna/Makefile +++ b/astro/luna/Makefile @@ -10,17 +10,11 @@ PORTVERSION= 1.9 CATEGORIES= astro games MASTER_SITES= http://ftp.vector.co.jp/pack/dos/edu/science/space/ DISTNAME= luna19s -EXTRACT_SUFX= .lzh MAINTAINER= ports@FreeBSD.org COMMENT= Display the moon's phase -EXTRACT_DEPENDS= lha:${PORTSDIR}/archivers/lha - -EXTRACT_CMD= lha -EXTRACT_BEFORE_ARGS= xtfqw=${WRKDIR} -EXTRACT_AFTER_ARGS= # empty - +USE_LHA= yes NO_WRKSUBDIR= yes PLIST_FILES= bin/luna MAKEFILE= makefile |