mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
20 lines
333 B
Makefile
20 lines
333 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pixmap
|
|
DISTVERSION= 0.4-11
|
|
PORTREVISION= 6
|
|
CATEGORIES= graphics
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Bitmap Images ("Pixel Maps")
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_R_MOD= yes
|
|
R_MOD_AUTOPLIST= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|