mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
23 lines
412 B
Makefile
23 lines
412 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= andy@icc.surw.chel.su
|
|
|
|
USE_IMAKE= yes
|
|
|
|
do-install:
|
|
@ ${INSTALL_PROGRAM} ${WRKSRC}/xoj ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|