freebsd-ports/games/sex/Makefile
Sheldon Hearn 3dbd14a845 As per the will's original suggestion, which I misunderstood, place a
warning in pkg-message, which is displayed at pkg_add time, and display
it from the post-install target as well.
2001-05-30 17:18:27 +00:00

22 lines
378 B
Makefile

# New ports collection makefile for: sex
# Date created: 26 April 2001
# Whom: Nick Johnson <freebsd@spatula.net>
#
# $FreeBSD$
#
PORTNAME= sex
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://spatula.net/software/sex/
MAINTAINER= freebsd@spatula.net
MAN6= sex.6
MANCOMPRESSED= yes
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>