18 lines
341 B
Makefile
18 lines
341 B
Makefile
# Created by: 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
|
|
COMMENT= Spouts silly mad-lib-style porn-like text
|
|
|
|
USES= uidfix
|
|
|
|
PLIST_FILES= bin/sex \
|
|
man/man6/sex.6.gz
|
|
|
|
.include <bsd.port.mk>
|