freebsd-ports/astro/mymoon/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

32 lines
628 B
Makefile

# New ports collection makefile for: mymoon
# Date created: 24 May 2003
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD$
#
PORTNAME= mymoon
DISTVERSION= 1.2a
PORTREVISION= 4
CATEGORIES= astro
MASTER_SITES= http://makemebad.net/geek/codes/${PORTNAME}/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= krion
MAINTAINER= ports@FreeBSD.org
COMMENT= Show latitude and longitude of the moon
LIB_DEPENDS= nova:${PORTSDIR}/astro/libnova
WRKSRC= ${WRKDIR}/${PORTNAME}
GNU_CONFIGURE= yes
USE_GMAKE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/mymoon
.include <bsd.port.mk>