aboutsummaryrefslogtreecommitdiff
path: root/games/sex/Makefile
blob: 881457d810ef0b7e40f0b079b3e99ab2bcb5820a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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>