diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 01:15:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 01:15:20 +0000 |
commit | 66974c6f5e2effaf4876717db889bcc3add90b04 (patch) | |
tree | 4f0c4b4206e69537be195d51aa2a26f486b60e75 /astro/mymoon/Makefile | |
parent | c06669b079ccb292a393be3403fd36e66332a4ae (diff) | |
download | ports-66974c6f5e2effaf4876717db889bcc3add90b04.tar.gz ports-66974c6f5e2effaf4876717db889bcc3add90b04.zip |
Notes
Diffstat (limited to 'astro/mymoon/Makefile')
-rw-r--r-- | astro/mymoon/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/astro/mymoon/Makefile b/astro/mymoon/Makefile index 01998318fab0..adc73a20289a 100644 --- a/astro/mymoon/Makefile +++ b/astro/mymoon/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mymoon -# Date created: 24 May 2003 -# Whom: Kirill Ponomarew <ponomarew@oberon.net> -# +# Created by: Kirill Ponomarew <ponomarew@oberon.net> # $FreeBSD$ -# PORTNAME= mymoon DISTVERSION= 1.2a @@ -21,7 +17,7 @@ LIB_DEPENDS= nova:${PORTSDIR}/astro/libnova WRKSRC= ${WRKDIR}/${PORTNAME} GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |