Files
ports/astro/phoon/Makefile
T
Muhammad Moinur Rahman 968a06c520 astro/phoon: Sanitize MANPREFIX
- Remove NOOP pre-patch
- Add LICENSE BSD2CLAUSE found inside source code

Approved by:	portmgr (blanket)
2024-01-21 02:01:06 +01:00

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>