freebsd-ports/games/xoj/Makefile
Kris Kennaway 027f59c9d8 Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't
have time to maintain them.

Approved by:	andy
2000-03-29 07:19:16 +00:00

23 lines
408 B
Makefile

# New ports collection makefile for: xoj
# Version required: 1.0
# Date created: 30 March 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
DISTNAME= xoj-1.0
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= X11/demos
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
USE_IMAKE= yes
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/xoj ${PREFIX}/bin
.include <bsd.port.mk>