968a06c520
- Remove NOOP pre-patch - Add LICENSE BSD2CLAUSE found inside source code Approved by: portmgr (blanket)
20 lines
433 B
Makefile
20 lines
433 B
Makefile
PORTNAME= phoon
|
|
PORTVERSION= 2014
|
|
PORTREVISION= 1
|
|
CATEGORIES= astro
|
|
MASTER_SITES= http://www.acme.com/software/phoon/
|
|
PKGNAMESUFFIX= _14Aug
|
|
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}${PORTVERSION}
|
|
|
|
MAINTAINER= xride@FreeBSD.org
|
|
COMMENT= Displays the phase of the moon
|
|
WWW= https://www.acme.com/software/phoon/
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
PLIST_FILES= bin/phoon share/man/man1/phoon.1.gz
|
|
|
|
.include <bsd.port.mk>
|