blob: 91a2e96e519e3fe02ea90c18bd0689cf57ba88a1 (
plain) (
tree)
|
|
# 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= andy@icc.surw.chel.su
USE_IMAKE= yes
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/xoj ${PREFIX}/bin
.include <bsd.port.mk>
|